home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pleasure Zones
/
Pleasure Zones (CCD).img
/
install.bat
next >
Wrap
DOS Batch File
|
1994-09-30
|
535b
|
18 lines
@echo off
if not exist \pc\install.exe goto error
echo Welcome to Pleasure Zones! from Vivid Interactive Entertainment. This install
echo program must be run from within Windows 3.1. Now starting Windows...
cd \pc
win install.exe
goto end
:error
echo The Pleasure Zones! installation program must be run from the CD-ROM drive.
echo To accomplish this simply type the letter of your CD-ROM drive followed
echo by a colon and then type:
echo INSTALL.BAT
echo followed by tapping the Enter key.
goto end
:end